operand bit meaning in English
操作数位
Examples
- Exclusive or means that if the two operand bits are different the result is 1 , otherwise the result is 0 . the following table shows the results of an exclusive or operation
不包含式)按位异或意味着,如果两个运算数相应比特位不同,其结果为1 ,否则结果为0 .下表显示异或运算结果 - And finally , the complement operator inverts the value of each bit of the operand : if the operand bit is 1 the result is 0 and if the operand bit is 0 the result is 1
最后,上面的互补运算符(按位异或)对两个操作数的每个比特位进行值的转化:操作数比特位是1的(另一个为0 )运算后的(比特位)结果为1 ,比特位为0 (而另一个操作数为1的) ,计算后结果为1